home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990422-19990725 / 000285_news@columbia.edu _Mon Jul 19 06:25:03 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id GAA26544
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 19 Jul 1999 06:25:02 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id GAA15603
  7.     for kermit.misc@watsun.cc.columbia.edu; Mon, 19 Jul 1999 06:08:57 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: Christopher Mosley <cmosley@voicenet.com>
  10. Subject: Re: MSKermit with Dospppd
  11. Message-ID: <yOCk3.165$C4.30629@news2.voicenet.com>
  12. Date: Mon, 19 Jul 1999 10:08:30 GMT
  13. To: kermit.misc@columbia.edu
  14.  
  15. Ian <ian@freedomnet.demon.co.uk> wrote:
  16. > Hi
  17.  
  18. > Ive been trying to settup MSKermit 3.15 with the packet driver Dospppd.
  19. > The object is to connect to my ISP and use this for Telnetting into
  20. > a Public Lynx. Im connecting but getting no further. What I really
  21. > need is working sample script that I can adapt. Ive had a look around
  22. > the Columbia Uni site but so far I havnt found anything promising.
  23.  
  24. > -- 
  25. > Bye now,
  26. >         Ian.
  27.  
  28.  
  29.  
  30.  
  31. You really aren't specific about the difficulties you are having. 
  32. And it's been a long time since I did anything like this.
  33.  
  34. Accomplish this manually, then automate it. 
  35.  
  36. Use kermit as a dialer   
  37. Do what you need for ppp on the remote.
  38. Exit mskermit
  39.  
  40. Do what must be done if there is dynamic addressing
  41. Run the packet driver with appropriate interrupt port speed etc. 
  42. Make sure tcp section in kermit mscustom set up correctly.
  43. Then run kermit again, use kermit telnet macro.
  44.  
  45. I know there is kermit documentation on ppp packet driver,
  46. perhaps not dosppp specifically. Of course read dosppp docs.
  47.  
  48. All of this can be put in a dos bat.
  49.  
  50. # telnet.bat
  51. kermit -take  script
  52. packetdriver  stuff 
  53. kermit telnet %1 
  54. packetdriver unload
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.